/* 公共样式 */

@font-face {
    font-family: impact;
    src: url(../font/IMPACT.TTF);
}

.pagination {
    display: flex;
    justify-content: center;
    margin: 50px auto 30px;
}

.container .titlebox {
    padding: 30px 0;
    animation-name: fadeInUp;
    visibility: visible;
}

.container .titlebox img {
    display: block;
    margin: 0 auto;
}

.pagination li {
    width: 30px;
    height: 30px;
    margin: 10px 10px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 26px;
}

.pagination .disabled {
    opacity: 0.5;
}

.pagination .active {
    background: #013281;
    color: #fff;
}

.empty {
    height: 100px;
    background: #fff;
}

.container {
    min-width: 1050px;
    max-width: 1360px;
    margin: 0 auto;
    /* overflow: hidden; */
    padding: 0 calc(1vw + 20px);
}


/* 头部样式 */

header {
    height: 110px;
    z-index: 99;
    position: absolute;
    width: 100%;
}

header .container {
    display: flex;
    min-width: 1170px;
    max-width: 90%;
    justify-content: space-between;
    animation-name: fadeInDown;
    visibility: visible;
}

header .logobox {
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    height: 110px;
    align-items: center;
}

header .logobox img {
    /* height: 63px; */
    margin: 0 32px 0 0;
}

header .logobox .txtbox p {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    ;
}

header .logobox .txtbox span {
    font-size: 18px;
    color: #fff;
}

header nav {
    height: 100px;
    line-height: 100px;
}

header .navbox {
    display: flex;
    align-items: center;
    justify-content: space-between
}

header nav .mainnav {
    display: flex;
    justify-content: flex-end;
}

header nav .mainnav .subnav {
    background: #fff;
    line-height: 1;
    display: none;
}

header nav .mainnav .subnav a {
    padding: 20px;
    display: block;
    font-size: 16px;
}

header nav .mainnav .subnav a:hover {
    color: #172989;
}

header nav .mainnav li {
    flex-grow: 1;
    height: 97px;
    position: relative;
}

header nav .mainnav li:hover .subnav {
    display: block;
}


/* header nav .mainnav li:hover {
    border-bottom: 3px solid #172989;
} */


/* header nav .mainnav li:hover>a {
    color: #172989;
    font-weight: 700;
} */

header nav .mainnav li a {
    font-size: calc(1vw);
    color: #fff;
    padding: 0 20px;
}


/* 
header nav .mainnav li a:hover {
    text-decoration: none;
} */

header .container .phonebox {
    position: relative;
    padding: 17px 0 0 50px;
}

header .container .phonebox::before {
    content: '';
    width: 34px;
    height: 34px;
    background: url(../images/phoneicon.png)no-repeat center;
    position: absolute;
    left: 0px;
    top: 32px;
}

header .container .phonebox p {
    font-size: 24px;
    font-weight: bolder;
    color: #2864be;
}

header .searchbox {
    width: 60px;
    height: 60px;
    /* background: rgba(255, 255, 255, 0.2); */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

header .searchbox input {
    outline: 0;
    border: 0;
    border-bottom: 1px solid #efefef;
    margin: 0;
    height: 38px;
    background: none;
    color: #fff;
    width: 0;
    transition: all 0.4s;
}

header .searchbox .search-close {
    position: absolute;
    right: 5px;
    top: 5px;
    display: none;
}

header .searchbox-active .search-close {
    display: block;
    z-index: 9;
}

header .searchbox-active input {
    width: 150px;
    transition: all 0.4s;
    margin: 0 10px 0 0;
}

header .searchbox input::placeholder {
    color: #fff;
}

.banner {
    position: relative;
}

.banner .swiper {
    z-index: -1;
}

.banner .swiper-pagination-bullet {
    background: #fff;
}

.banner .btn-a {
    width: 120px;
    height: 40px;
    display: block;
    /* border: 1px solid #000; */
    position: absolute;
    z-index: 9;
    top: 58%;
    left: 8.3%;
}

.banner img {
    max-width: 100%;
    min-width: 1250px;
}

footer .backtotop {
    right: 5%;
    bottom: 30%;
    cursor: pointer;
    position: fixed;
}

footer {
    background: #333333;
}

footer .container .wrap {
    display: flex;
    padding: 80px 0;
    justify-content: space-between;
    animation-name: fadeInUp;
    visibility: visible;
    align-items: center;
}

footer .container .wrap .left {
    display: flex;
    align-items: center;
}

footer .container .wrap .left .qrcode {
    display: flex;
    margin: 0 30px 0 0;
}

footer .container .wrap .left .qrcode img {
    width: 98px;
    height: 98px;
    margin: 0 10px 0 0;
}

footer .container .wrap .left .phonebox .phone {
    font-size: 37px;
    color: #fff;
    font-weight: bold;
}

footer .container .wrap .left .phonebox .address {
    font-size: 18px;
    color: #fff;
}

footer .container .wrap .right p {
    color: #fff;
    font-size: 14px;
    text-align: right;
}

footer .container .wrap .right p a {
    color: #fff;
    font-size: 14px;
}

.iconlist {
    margin: -50px 0 40px 0;
}

.iconlist .container .wrap {
    display: flex;
    justify-content: flex-start;
    height: 130px;
}

.iconlist .container .wrap .left {
    width: 50%;
    min-width: 45%;
    background: #efa20f;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px;
}

.iconlist .container .wrap .left img {
    max-width: 100%;
}

.iconlist .container .wrap .right {
    background: #999999;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 50%;
    padding: 0 0 0 40px;
}

.iconlist .container .wrap .right .inputbox {
    display: flex;
    justify-content: flex-start;
}

.iconlist .container .wrap .right .inputbox input {
    max-width: 460px;
    min-width: 250px;
    height: 49px;
    background: #fff;
    border-radius: 10px 0 0 10px;
    border: 0;
    padding: 0 0 0 20px;
    outline: none;
    min-width: 340px;
}

.iconlist .container .wrap .right .inputbox button {
    width: 123px;
    height: 49px;
    background: #013281;
    text-align: center;
    line-height: 49px;
    color: #fff;
    font-size: 16px;
    outline: none;
    border-radius: 0 10px 10px 0;
    border: 0;
}

.iconlist .container .wrap .right p {
    font-size: 15px;
    color: #fff;
    margin: 10px 0 0 0;
}


/* 产品中心 */

.pro-show .container .pro-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.pro-show .container .pro-wrapper .leftbar {
    width: 21.2%;
    position: relative;
    height: fit-content;
}

.pro-show .container .pro-wrapper .leftside {
    background: #013281;
    margin: 0 2% 0 0;
    padding: 32px 10px 0 10px;
}

.pro-show .container .pro-wrapper .leftside .cate-wrapper {
    animation-name: fadeInUp;
    visibility: visible;
}

.pro-show .container .pro-wrapper .leftside .cate-wrapper .cate-name {
    font-size: 38px;
    color: #fff;
    font-weight: 500;
    margin: 0 0;
    position: relative;
    text-align: center;
    font-weight: bold;
}

.pro-show .container .pro-wrapper .leftside .cate-wrapper .cate-subname {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.4);
    display: block;
    margin: 0 0 30px 0;
    text-align: center;
    font-weight: 100;
}

.pro-show .container .pro-wrapper .leftside .cate-wrapper .cate-box {
    width: 92%;
    background: #fff;
    padding: 15px 4%;
}

.pro-show .container .pro-wrapper .leftside .cate-wrapper .cate-box .cate-item {
    margin: 18px 0;
    position: relative;
    overflow: hidden;
    background: #e6e7e7;
    border-radius: 8px;
}

.pro-show .container .pro-wrapper .leftside .cate-wrapper .cate-box .cate-item .cate-title {
    font-size: 18px;
    color: #000;
    padding: 14px 0 14px 10px;
    border-radius: 25px;
    user-select: none;
    cursor: pointer;
}

.pro-show .container .pro-wrapper .leftside .cate-wrapper .cate-box .cate-item .cate-icon {
    position: absolute;
    right: 15px;
    top: 20px;
    filter: brightness(0.1);
}

.pro-show .container .pro-wrapper .leftside .cate-wrapper .cate-box .cate-item .sub-catelist li a {
    font-size: 16px;
    color: #3a3a3a;
    line-height: 32px;
    padding: 12px 0 0 12px;
    display: block;
    transition: all 0.2s;
}

.pro-show .container .pro-wrapper .leftside .cate-wrapper .cate-box .cate-item:hover {
    background: #efa312;
}

.pro-show .container .pro-wrapper .leftside .cate-wrapper .cate-box .cate-item:hover .cate-title {
    color: #fff;
}

.pro-show .container .pro-wrapper .leftside .cate-wrapper .cate-box .cate-item .sub-catelist li a:hover {
    color: #333;
    text-decoration: none;
    /* transform: scale(1.01); */
    transition: all 0.2s;
    padding-left: 24px;
}

.pro-show .container .pro-wrapper .leftside .cate-wrapper .cate-box .cate-item .sub-catelist {
    height: 0;
    transition: all 0.4s;
}

.pro-show .container .pro-wrapper .leftside .cate-wrapper .cate-box .cate-item .cate-open {
    display: none;
}

.pro-show .container .pro-wrapper .leftside .cate-wrapper .cate-box .cate-item:hover .cate-icon {
    filter: brightness(1);
}

.pro-show .container .pro-wrapper .leftside .cate-wrapper .phonebox {
    padding: 26px 0 10px 60px;
    position: relative;
}

.pro-show .container .pro-wrapper .leftside .cate-wrapper .phonebox::before {
    content: '';
    width: 51px;
    height: 51px;
    background: url(../images/phoneicon3.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 34px;
    left: 0;
}

.pro-show .container .pro-wrapper .leftside .cate-wrapper .phonebox span {
    font-size: 18px;
    color: #fff;
}

.pro-show .container .pro-wrapper .leftside .cate-wrapper .phonebox p {
    font-size: 32px;
    font-family: 'impact';
    color: #fff;
}

.pro-show .container .pro-wrapper .contactbox {
    width: 97.5%;
    margin: 10px 0;
    border: 1px solid #ddd;
}

.pro-show .container .pro-wrapper .contactbox .conpic {
    width: 100%;
}

.pro-show .container .pro-wrapper .contactbox .txtbox {
    padding: 30px 0 20px 16px;
}

.pro-show .container .pro-wrapper .contactbox .txtbox p {
    font-size: 15px;
    color: #666;
    padding: 10px 10px 0px 0;
}

.pro-show .container .pro-wrapper .contactbox .txtbox span {
    font-weight: bold;
    color: #000;
}

.pro-show .container .pro-wrapper .rightside {
    width: 76.8%;
    /* background: #cdcdcd; */
}

.pro-show .container .pro-wrapper .rightside .pro-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    animation-name: fadeInUp;
    visibility: visible;
}

.pro-show .container .pro-wrapper .rightside .pro-list .pro-item {
    width: 32%;
    margin: 1% 1% 0 0;
    overflow: hidden;
}

.pro-show .container .pro-wrapper .rightside .pro-list .pro-item:nth-child(1) {
    margin: 0 1% 0 0;
}

.pro-show .container .pro-wrapper .rightside .pro-list .pro-item:nth-child(2) {
    margin: 0 1% 0 0;
}

.pro-show .container .pro-wrapper .rightside .pro-list .pro-item:nth-child(3) {
    margin: 0 1% 0 0;
}

.pro-show .container .pro-wrapper .rightside .pro-list .pro-item .pro-pic {
    overflow: hidden;
}

.pro-show .container .pro-wrapper .rightside .pro-list .pro-item .pro-pic:hover img {
    transition: all 0.4s;
    transform: scale(1.09);
}

.pro-show .container .pro-wrapper .rightside .pro-list .pro-item .pro-pic img {
    width: 100%;
    transition: all 0.4s;
}

.pro-show .container .pro-wrapper .rightside .pro-list .pro-item .pro-name {
    font-size: 18px;
    padding: 8px 0;
    text-align: center;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pro-show .container .pro-wrapper .rightside .pro-list .pro-item .pro-name button {
    width: 153px;
    height: 38px;
    border-radius: 19px;
    background: #013281;
    text-align: center;
    line-height: 38px;
    outline: none;
    border: 0;
    margin: 0 0 0 30px;
    color: #fff;
}

.pro-show .container .pro-wrapper .rightside .pro-list .pro-item .pro-name button a {
    font-size: 18px;
    color: #fff;
}

.service {
    padding: 50px 0;
}

.service .container .wrap {
    display: flex;
    justify-content: space-between;
}

.service .container .wrap .left {
    width: 61.76%;
    height: 712px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service .container .wrap .left .item1 .masked {
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right, rgba(4, 51, 126, 0.9), rgba(4, 51, 126, 0.05));
    z-index: 0;
    width: 100%;
    height: 100%;
}

.service .container .wrap .left .item2 .masked {
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to left, rgba(4, 51, 126, 0.9), rgba(4, 51, 126, 0.05));
    z-index: 0;
    width: 100%;
    height: 100%;
}

.service .container .wrap .left .item {
    position: relative;
    margin: 0 0 10px 0;
    height: 49.15%;
    overflow: hidden;
}

.service .container .wrap .left .item:last-child {
    margin: 0;
}

.service .container .wrap .left .item img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.6s;
}

.service .container .wrap .left .item:hover img {
    transition: all 0.4s;
    transform: scale(1.05);
}

.service .container .wrap .left .item1 .txtbox {
    position: absolute;
    bottom: 10%;
    left: 5%;
}

.service .container .wrap .left .item2 .txtbox {
    position: absolute;
    bottom: 10%;
    right: 5%;
    text-align: right;
}

.service .container .wrap .left .item .txtbox .name {
    font-size: 38px;
    font-weight: bold;
    color: #fff;
}

.service .container .wrap .left .item .txtbox .desc {
    font-size: 18px;
    color: #fff;
}

.service .container .wrap .left .item .txtbox .more {
    font-size: 18px;
    color: #fff;
}

.service .container .wrap .right {
    width: 37.35%;
    height: 712px;
    position: relative;
    overflow: hidden;
}

.service .container .wrap .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.6s;
}

.service .container .wrap .right:hover img {
    transition: all 0.6s;
    transform: scale(1.05);
}

.service .container .wrap .right .txtbox {
    position: absolute;
    bottom: 10%;
    left: 5%;
}

.service .container .wrap .right .name {
    font-size: 38px;
    font-weight: bold;
    color: #fff;
}

.service .container .wrap .right .desc {
    font-size: 18px;
    color: #fff;
}

.service .container .wrap .right .more {
    font-size: 18px;
    color: #fff;
}

.service .container .wrap .right .masked {
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to top, rgba(4, 51, 126, 0.9), rgba(4, 51, 126, 0.05));
    z-index: 0;
    width: 100%;
    height: 100%;
}


/* 四大优势 */

.adv {
    position: relative;
    overflow: hidden;
    /* background: url(../images/picture/adv/bg.png);
    
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat; */
}

.adv .bgpic {
    position: absolute;
    bottom: -60px;
    z-index: -1;
}

.adv .container {
    overflow-x: visible;
}

.adv .container .module {
    display: flex;
    justify-content: space-between;
    padding: 0 0 200px 0;
}

.adv .container .module .wrap {
    display: flex;
    justify-content: space-between;
}

.adv .container .module1 .wrap .mode {
    position: relative;
    max-width: 520px;
    margin: 50px 0 0 0;
    padding: 0 0 0 100px;
}

.adv .container .module1 .wrap .mode:first-child::before {
    content: '01';
    width: 80px;
    height: 80px;
    background: url(../images/picture/adv/icon1.png) no-repeat center;
    background-size: contain;
    text-align: center;
    line-height: 80px;
    position: absolute;
    font-size: 38px;
    color: #fff;
    font-family: 'impact';
    left: 0px;
    top: 0;
}

.adv .container .module1 .wrap .rightside {
    max-width: 35%;
}

.adv .container .module1 .wrap .rightside img {
    max-width: 100%;
}

.adv .container .module1 .wrap .mode:last-child::before {
    content: '02';
    width: 80px;
    height: 80px;
    background: url(../images/picture/adv/icon1.png) no-repeat center;
    background-size: contain;
    text-align: center;
    line-height: 80px;
    position: absolute;
    font-size: 38px;
    color: #fff;
    font-family: 'impact';
    left: 0px;
    top: 0;
}

.adv .container .module1 .wrap .mode .name {
    font-size: 30px;
    color: #2577ba;
    font-weight: bold;
}

.adv .container .module1 .wrap .mode .desc {
    font-size: 22px;
    margin: 5px 0;
    color: #2577ba;
}

.adv .container .module1 .wrap .mode .cont {
    font-size: 16px;
    color: #333;
}

.adv .container .module1 .wrap .leftside {
    margin: 0 8vw 0 100px;
}

.adv .container .module2 {
    padding: 20px 0 60px 0;
    /* position: relative; */
}

.adv .container .module2 .wrap .mode {
    margin: 0 0 50px 0;
    position: relative;
    padding: 0 0 0 100px;
    max-width: 70%;
}

.adv .container .module2 .wrap .mode .name {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.adv .container .module2 .wrap .mode .desc {
    color: #fff;
    margin: 5px 0;
    font-size: 22px;
}

.adv .container .module2 .wrap .mode .cont {
    color: #fff;
    font-size: 16px;
}

.adv .container .module2 .wrap .mode:first-child::before {
    content: '03';
    width: 80px;
    height: 80px;
    background: url(../images/picture/adv/icon2.png) no-repeat center;
    background-size: contain;
    text-align: center;
    line-height: 80px;
    position: absolute;
    font-size: 38px;
    color: #fff;
    font-family: 'impact';
    left: 0px;
    top: 0;
}

.adv .container .module2 .wrap .mode:last-child::before {
    content: '04';
    width: 80px;
    height: 80px;
    background: url(../images/picture/adv/icon2.png) no-repeat center;
    background-size: contain;
    text-align: center;
    line-height: 80px;
    position: absolute;
    font-size: 38px;
    color: #fff;
    font-family: 'impact';
    left: 0px;
    top: 0;
}

.adv .container .module2 .wrap .leftside {
    max-width: 42.6%;
    margin: 0 30px 0 0;
}

.adv .container .module2 .wrap .leftside img {
    max-width: 100%;
}

.adv .container .module2 .wrap .rightside {
    max-width: 55%;
    margin: 0 0 0 50px;
}


/* 首页介绍 */

.indexabout {
    min-height: 880px;
    position: relative;
    background: #f4f4f4;
    overflow: hidden;
    padding: 0 0 70px 0;
}

.indexabout .title2 {
    margin: 40px 0;
}

.indexabout .aboutpic {
    position: absolute;
    top: 180px;
    right: 0;
    max-width: 47.59%;
}

.indexabout .container .cont {
    font-size: 16px;
    color: #000;
    max-width: 47%;
    margin: 0 0 20px 0;
    text-indent: 34px;
    text-align: justify;
}

.indexabout .container .more {
    width: 200px;
    height: 60px;
    line-height: 60px;
    background: #efa312;
    text-align: center;
    font-size: 20px;
    color: #fff;
    display: block;
    margin: 30px 0 0 0;
}

.indexabout .numbox {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 62%;
    padding: 15px 2vw 15px 0;
    border-radius: 0 20px 20px 0;
    background: #fff;
    position: absolute;
    top: 700px;
}

.indexabout .numbox .item {
    margin: 0 50px 0 0;
}

.indexabout .numbox .item p {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}

.indexabout .numbox .item p #num1 {
    /* width: 72px; */
    display: inline-block;
}

.indexabout .numbox .item p #num2 {
    /* width: 229px; */
    display: inline-block;
}

.indexabout .numbox .item p #num3 {
    /* width: 173px; */
    display: inline-block;
}

.indexabout .numbox .item p .numi {
    font-size: 4.2vw;
    font-family: 'impact';
    color: #013281;
}

.indexabout .numbox .item p .uni {
    font-size: 18px;
}

.indexabout .numbox .item .desc {
    font-size: 0.9vw;
    color: #000;
}

.indexabout .container {
    min-width: 1200px;
}

.indexabout .container .picshow {
    display: flex;
    justify-content: flex-start;
    padding: 19vw 0 0 0;
}

.indexabout .container .picshow .leftside {
    width: 58.3%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 27.4vw;
    min-height: 520px;
}

.indexabout .container .picshow .leftside .top {
    min-height: 260px;
    display: flex;
    justify-content: flex-start;
}

.indexabout .container .picshow .leftside .top .item {
    width: calc(100% / 2 - 10px);
    margin: 0 10px 10px 0;
    overflow: hidden;
}

.indexabout .continer .picshow .leftside .top .item:last-child {
    margin: 0;
}

.indexabout .container .picshow .leftside .top .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
}

.indexabout .container .picshow .leftside .top .item:hover img {
    transition: all 0.6s;
    transform: scale(1.05);
}

.indexabout .container .picshow .leftside .bottom {
    min-height: 260px;
    display: flex;
    justify-content: flex-start;
}

.indexabout .container .picshow .leftside .bottom .item {
    width: calc(100% / 2 - 10px);
    margin: 0 10px 0 0;
    overflow: hidden;
}

.indexabout .container .picshow .leftside .bottom .item:last-child {
    margin: 0;
}

.indexabout .container .picshow .leftside .bottom .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
}

.indexabout .container .picshow .leftside .bottom .item:hover img {
    transition: all 0.6s;
    transform: scale(1.05);
}

.indexabout .container .picshow .rightside {
    width: 40.6%;
    overflow: hidden;
    height: 27.4vw;
    min-height: 520px;
}

.indexabout .container .picshow .rightside img {
    transition: all 0.6s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexabout .container .picshow .rightside:hover img {
    transform: scale(1.05);
    transition: all 0.6s;
}

.brand {
    padding: 40px 0 0 0;
}


/* 合作伙伴 */

.brand {
    position: relative;
    padding: 0 0 50px 0;
}

.brand .container .titlebox {
    text-align: center;
    padding: 121px 0 30px 0;
}

.brand .bgpic {
    position: absolute;
    left: 50%;
    margin: 0 0 0 -960px;
    top: 0;
    z-index: -1;
}

.brand .container .list {
    display: flex;
    flex-wrap: wrap;
    animation-name: fadeInUp;
    visibility: visible;
}

.brand .container .list .item {
    width: calc(100% / 6 - 10px);
    margin: 0 10px 10px 0;
    overflow: hidden;
}

.brand .container .list .item:nth-child(6n) {
    margin: 0 0 10px 0;
}

.brand .container .list .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.2s;
}

.brand .container .list .item:hover img {
    transition: all 0.2s;
    transform: scale(1.05);
}


/* 首页新闻 */

.indexnews {
    padding: 0 0 50px 0;
    animation-name: fadeInUp;
    visibility: visible;
}

.indexnews .container .top {
    display: flex;
    justify-content: space-between;
    padding: 70px 0 30px 0;
}

.indexnews .container .top .catelist {
    display: flex;
    justify-content: flex-start;
}

.indexnews .container .top .catelist .item {
    width: 190px;
    height: 75px;
    text-align: center;
    background: url(../images/picture/news/bg2.png) no-repeat center;
    background-position: top;
    color: #000;
    font-size: 22px;
    line-height: 60px;
    margin: 0 10px 0 0;
}

.indexnews .container .top .catelist .active {
    background: url(../images/picture/news/bg.png) no-repeat center;
    background-position: top;
    font-weight: bold;
    color: #fff;
}

.indexnews .container .newslist {
    display: flex;
    justify-content: flex-start;
}

.indexnews .container .newslist .item {
    width: calc(100% / 3 - 10px);
    margin: 0 10px 0 0;
}

.indexnews .container .newslist .item:last-child {
    margin: 0;
}

.indexnews .container .newslist .item .picbox {
    width: 100%;
    overflow: hidden;
    height: calc(10vw + 80px);
    min-height: 230px;
}

.indexnews .container .newslist .item .picbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
}

.indexnews .container .newslist .item .picbox:hover img {
    transform: scale(1.08);
    transition: all 0.6s;
}

.indexnews .container .newslist .item .txtbox {
    border: 1px solid #e4e4e4;
    padding: 10px 20px;
    height: 120px;
}

.indexnews .container .newslist .item .txtbox .name {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 10px 0 10px 0;
}

.indexnews .container .newslist .item .txtbox span {
    font-size: 16px;
    color: #000;
    font-weight: 100;
    display: -webkit-box;
    position: relative;
    margin: 0 0 6px 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/* 底部导航 */

.btm-nav {
    height: 70px;
    background: #013281;
    animation-name: fadeInUp;
    visibility: visible;
}

.btm-nav .container ul {
    display: flex;
    width: 100%;
    justify-content: center;
    height: 70px;
    align-items: center;
}

.btm-nav .container ul li a {
    color: #fff;
    font-size: 18px;
    margin: 0 60px;
}

.about-certifi {
    padding: 0 0 50px 0;
}

.about-certifi .swiper-wrapper {
    padding: 0 0 50px 0;
}

.about-certifi .swiper .neiceng .swiper-slide {
    position: relative;
    overflow: hidden;
    width: calc(100% / 5 - 20px);
    margin-right: 20px;
    background: #fff;
}

.about-certifi .swiper .neiceng .swiper-slide:before {
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    /* background: url(../images/picture/certifi/rongyupng.png) no-repeat; */
    background-size: 100% 100%;
    top: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
}

.about-certifi .swiper .neiceng .swiper-slide.d-img:before {
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    /* background: url(../images/picture/certifi/rongyupng.png) no-repeat; */
    background-size: 100% 100%;
    top: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
    display: none;
}

.about-certifi .swiper-slide.d-img {
    display: block;
}

.about-certifi .swiper .neiceng .swiper-slide.d-img .dimg {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    height: calc(50% - 10px);
}

.about-certifi .swiper .neiceng .swiper-slide.d-img .dimg:before {
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    /* background: url(../images/picture/certifi/rongyupng.png) no-repeat; */
    background-size: 100% 100%;
    top: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
}

.about-certifi .swiper .neiceng .swiper-slide.d-img .dimg img {
    width: 100%;
    height: calc(145px + 2.2vw);
    padding-left: 2.5%;
}

.about-certifi .swiper .neiceng .swiper-slide img {
    transform: scale(0.9);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 100%;
}

.about-certifi .swiper .swiper-slide {
    margin: 0 5px 0 0;
}

.about-certifi .swiper .swiper-slide img {
    max-width: 100%;
}


/* 产品详情 */

.prodetail .container .wrapper {
    display: flex;
    padding: 120px 0;
    width: 100%;
}

.prodetail .container .wrapper .showpic {
    width: 44.375%;
    overflow: hidden;
}

.prodetail .container .wrapper .showpic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.prodetail .container .wrapper .pro-info {
    width: 50%;
    padding: 0 0 0 5.1875%;
}

.prodetail .container .wrapper .pro-info .name {
    font-size: 30px;
    font-weight: bold;
    color: #222;
    border-bottom: 1px solid #dbdbdb;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}

.prodetail .container .wrapper .pro-info .cont {
    font-size: 16px;
    margin: 16px 0;
    color: #666;
}

.prodetail .container .wrapper .pro-info img {
    max-width: 100%;
}


/* 详情内容 */

.pro-content .container .title {
    height: 55px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    line-height: 55px;
}

.pro-content .container .title p {
    font-size: 16px;
    color: #222;
    height: 52px;
    border-bottom: 3px solid #2174b5;
    width: 65px;
}

.pro-content .container .content {
    width: 96%;
    margin: 2% 1%;
}

.pro-content .container .content p {
    font-size: 16px;
    color: #333;
    line-height: 32px;
}

.pro-content .container .content img {
    max-width: 100%!important;
    margin: 10px auto!important;
    display: block;
}

.hot-pro .container .title {
    height: 55px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    line-height: 55px;
}

.hot-pro .container .title p {
    font-size: 16px;
    color: #222;
    height: 52px;
    border-bottom: 3px solid #2174b5;
    width: 100px;
}

.hot-pro .container .hot-pro-list {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
}

.hot-pro .container .hot-pro-list .proitem {
    width: calc(100% / 4 - 10px);
    margin: 0 10px 10px 0;
}

.hot-pro .container .hot-pro-list .proitem .picbox {
    width: 100%;
    height: 13.6vw;
    overflow: hidden;
}

.hot-pro .container .hot-pro-list .proitem .picbox:hover img {
    transition: all 0.4s;
    transform: scale(1.05);
}

.hot-pro .container .hot-pro-list .proitem .picbox:nth-child(4n) {
    margin: 0 0 10px 0;
}

.hot-pro .container .hot-pro-list .proitem .picbox img {
    transition: all 0.4s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hot-pro .container .hot-pro-list .proitem .txtbox {
    text-align: center;
    padding: 10px 0;
}

.hot-pro .container .hot-pro-list .proitem .txtbox .name {
    text-align: center;
    font-size: 20px;
    color: #222;
}

.newscenter .container .catelist {
    display: flex;
    justify-content: center;
}

.newscenter .container .catelist .item {
    width: 190px;
    height: 75px;
    text-align: center;
    background: url(../images/picture/news/bg2.png) no-repeat center;
    background-position: top;
    color: #000;
    font-size: 22px;
    line-height: 60px;
    margin: 0 10px 0 0;
}

.newscenter .container .catelist .active {
    background: url(../images/picture/news/bg3.png) no-repeat center;
    background-position: top;
    font-weight: bold;
    color: #fff;
}


/* 新闻中心 */

.newslist {
    margin: 60px 0;
}

.newslist .newsitem {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 20px 0;
    background: #fff;
    justify-content: flex-start;
    align-items: center;
    padding: 50px 60px;
    background: #eef3f5;
    position: relative;
}

.newslist .newsitem:nth-child(even) {
    background-color: #fff;
}

.newslist .newsitem:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.newslist .newsitem .picbox img {
    width: 100%;
    height: 100%;
}

.newslist .newsitem .txtbox {
    /* width: 65%;
    padding: 30px 20px; */
    width: 70%;
    padding: 0 0 0 30px;
}

.newslist .newsitem .txtbox .name {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    text-overflow: ellipsis;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
}

.newslist .newsitem .datebox .date {
    width: 10%;
    /* margin: 0 30px 0 0; */
    text-align: center;
}

.newslist .newsitem .datebox .date .day {
    font-size: 47px;
    color: #013281;
    font-family: 'impact';
}

.newslist .newsitem .datebox .date .ym {
    font-size: 17px;
    color: #013281;
    display: block;
}

.newslist .newsitem .txtbox .cont {
    font-size: 16px;
    color: #666;
    line-height: 28px;
}

.newslist .newsitem .iconbox {
    font-size: 46px;
    position: absolute;
    right: 5%;
}


/* 新闻详情 */

.newsdetail-show {
    padding: 50px 0;
    background: #fff;
}

.newsdetail-show .container .detailtitle {
    font-size: 29px;
    color: #333;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    font-weight: bold;
}

.newsdetail-show .container .desc {
    max-width: 1200px;
    display: block;
    margin: 0 auto;
    border-bottom: 1px solid #cdcdcd;
    text-align: center;
}

.newsdetail-show .container .desc .time {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    display: inline-block;
    /* text-align: left; */
    margin: 20px 0 20px 0;
}

.newsdetail-show .container .desc .read {
    font-size: 16px;
    font-weight: 400px;
    color: #999999;
    display: inline-block;
    /* text-align: left; */
}

.newsdetail-show .container .detailcontent {
    padding: 0 30px 50px;
    max-width: 1200px;
    margin: 0 auto;
}

.newsdetail-show .container .detailcontent img {
    max-width: 100%;
    display: block;
    margin: 10px auto;
}

.newsdetail-show .container .detailcontent p {
    font-size: 16px;
    color: #333;
    font-weight: 300;
    line-height: 36px;
    text-indent: 32px;
    margin: 30px 0;
}

.contact .container .con-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px 0;
}

.contact .container .con-list .item {
    flex-grow: 1;
    max-width: 220px;
}

.contact .container .con-list .item:last-child img {
    display: block;
    margin: 0 auto 20px;
}

.contact .container .con-list .item .picbox {
    width: 106px;
    height: 106px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
    margin: 0 auto 20px;
}

.contact .container .con-list .item .picbox img {
    max-width: 37px;
}

.contact .container .con-list .item .txtbox {
    text-align: center;
}

.contact .container .con-list .item .txtbox .name {
    font-size: 18px;
    color: #000;
}

.contact .container .con-list .item .txtbox .desc {
    font-size: 18px;
    color: #000;
}

.contact .container .con-list .item .txtbox .desc span {
    font-size: 28px;
    color: #013281;
    font-weight: bold;
}

.contact .map {
    height: 600px;
    width: 100%;
}


/* ------------------------------------------媒介查询---------------------------------------------- */

@media screen and (max-width:1366px) {
    .pro-show .container .pro-wrapper .rightside .pro-list .pro-item .pro-name {
        font-size: 15px;
        padding: 8px 0;
        text-align: center;
        color: #000;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .pro-show .container .pro-wrapper .rightside .pro-list .pro-item .pro-name button {
        width: 120px;
        height: 30px;
        border-radius: 19px;
        background: #013281;
        text-align: center;
        line-height: 30px;
        outline: none;
        border: 0;
        margin: 0 0 0 30px;
        color: #fff;
    }
    .pro-show .container .pro-wrapper .leftside .cate-wrapper .cate-box .cate-item .cate-title {
        font-size: 16px;
    }
    .pro-show .container .pro-wrapper .rightside .pro-list .pro-item .pro-name button a {
        font-size: 15px;
        color: #fff;
    }
    .pro-show .container .pro-wrapper .leftside .cate-wrapper .cate-name {
        font-size: 30px;
    }
    .pro-show .container .pro-wrapper .leftside .cate-wrapper .cate-subname {
        font-size: 16px;
    }
    .pro-show .container .pro-wrapper .leftside .cate-wrapper .phonebox p {
        font-size: 25px;
    }
    .pro-show .container .pro-wrapper .leftside .cate-wrapper .cate-box .cate-item {
        margin: 9px 0;
    }
    header nav .mainnav li a {
        font-size: calc(1vw + 1px);
        color: #fff;
        padding: 0 10px;
    }
    header .logobox img {
        /* height: 63px; */
        margin: 0 10px 0 0;
    }
    header .logobox .txtbox p {
        font-size: 18px;
        color: #fff;
        font-weight: bold;
    }
    header .logobox .txtbox span {
        font-size: 12px;
        color: #fff;
    }
    .btm-nav .container ul li a {
        color: #fff;
        font-size: 15px;
        margin: 0 30px;
    }
}

@media screen and (max-width:1280px) {
    .about-certifi .swiper .swiper-slide {
        margin: 0 5px 0 0;
    }
}